home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / zip.README < prev   
Text File  |  1992-08-29  |  2KB  |  40 lines

  1. Please send questions, comments, bug reports, accolades, and ridicule
  2. about Info-Zip's zip and unzip programs to the internet address:
  3.  
  4.     zip-bugs@cs.ucla.edu
  5.  
  6. The authors and many contributors to these programs can be found in
  7. the information files that come with the source for these programs.
  8.  
  9. Zip and unzip fit in the Utilities/Services category since they are
  10. compression and decompression utilities much like compress and
  11. uncompress, but with much better compression as well as cross-
  12. platform compatibility.
  13.  
  14. They also fit in the Computer Science and Programming categories
  15. since they come in source and illustrate state-of-the-art compression
  16. techniques.
  17.  
  18. Zip (and unzip) can be used as a combination archiver/compressor
  19. (decompressor/dearchiver) or as a pure compressor (decompressor).
  20. For the latter, zip and unzip can be used as filters wherever the
  21. Unix programs compress and zcat were used before as filters.  As
  22. an archiver, zip provides cross-platform transport of file-systems
  23. for Unix, MSDOS, OS/2, VMS, Macintosh, Atari, Amiga, and others.
  24.  
  25. Zip and unzip were developed on a wide variety of systems, including
  26. the NeXT under release 2.x.  Please read the installation
  27. instructions in each set of source files for how to compile zip and
  28. unzip.  In short, do a "make next" for both.  There are
  29. compiled versions for NeXTstep 3.0 along with the source on this
  30. CD-ROM.
  31.  
  32. Because the US State Department classifies encryption software along
  33. with munitions, it is illegal to export.  However, it is not illegal
  34. to import!  Therefore, if you would like to compile zip with
  35. encryption, please see the "Where" file in the zip distribution for
  36. where to get the encryption code from.
  37.  
  38. Enjoy!
  39.  
  40. Mark Adler